You want to hide Connections on CB Menu or hide the tab on profile? To hide it on profile move it to a not shown on profile position. To hide it on CB Menu use the below CSS in CBs template CSS override functionality.
Code:
.cbMenu_UE_MENU_CONNECTIONS {
display: none !important;
}
See the below on how to use CB template CSS overrides.
www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy
Currently there is no management for CB Menu. We've plans to add a full backend management for CB Menu so new menu items can be added and existing can be removed easily. This functionality will come with the planned rewrite of CB Menu in a future release.