You have to use CSS to hide it. The below can be placed in your Joomla template CSS file, if your template supports a custom CSS file that'd be also a good place, or CB override template also works.
Code:
.cbUserListResultCount {
display: none !important;
}