In addition to what
@Alvar "Miles" Udell said, another thing of note is if the system is configured such that BitLocker requires some authentication to unlock the drive, then your options are:
- Finding yet another encryption key
- Brute forcing a PIN, which the system has a hammering deterrent in place
And even if you assume BitLocker is using AES-128, it's still not feasible to brute force a key. So even if you have the computer, accessing its contents may take more than a "few hours." Obviously you should treat the computer as compromised if you get it back, but the chances of someone grabbing the data from a BitLocker drive with a gatekeeper in place is still pretty small.
I haven't messed with a BitLocker encrypted system enough, but I'm pretty certain you can bypass the authentication by forcing it to go into recovery mode and providing it a key. Which if that key is used to unlock the drive, is likely stored in the TPM module too since BitLocker doesn't use a public-private key system.