Joseph, please specify what component you want to remove.
If you want to remove, let's say the Users widget, you can do that by following these steps:
1. Go to /ow_plugins/groups/deactivate.php file
2. Add the following string:
BOL_ComponentAdminService::getInstance()->deleteWidget('GROUPS_CMP_UserListWidget');
3. Deactivate and activate this plugin.
Then the component should disappear.