I'm not sure about removal, but you can disable the feature from a running system via DISM:
CODE
dism /online /disable-feature /featurename:BitLocker
Note featurenames ARE case-sensitive.
You could also use dism offline on an image to disable the feature before installing as well, if that's what you're trying to get at.