Hi,
By Accessories, do you mean Options ?
If so, the only way to do it is to modify the code manually.
In the file yourwebsite/components/com_hikashop/views/product/tmpl/option.php, find this line
$text.=' ( '.($positive?'+ ':'').strip_tags($this->loadTemplate()).' )';
and comment (by adding '//' behind) or delete it (it should appears twice in the file, so comment or delete both line)
Please note until it's a manual change into a Hikashop file, you'll have to do this each time Hikashop is updated.