Hi,
You can't remove that URL from your website. That's the URL to access the contact form from the product page.
What you can do however is to ask search engines to not index that URL.
There are two ways to do this:
1. You can edit the file product / show_default.php in the menu Display>Views and change the line:
<a rel="noindex, nofollow" href="<?php echo hikashop_completeLink('product&task=contact&cid=' . (int)$this->element->product_id . $this->url_itemid); ?>" class="<?php echo $css_button; ?>"><?php
to:
<a href="<?php echo hikashop_completeLink('product&task=contact&cid=' . (int)$this->element->product_id . $this->url_itemid); ?>" class="<?php echo $css_button; ?>"><?php
2. You can modify the robots.txt file of your website to forbid all the URLs with produt/contact in them:
webmasters.stackexchange.com/questions/4...txt-disallowing-urls