To remove them from the references you will have to unregister them from the command prompt using regsvr32.

To register:
Code:
regsvr32 "C:\myObject.ocx"
to unregister:
Code:
regsvr32 /u "C:\myObject.ocx"
Hope this helps

Shaun