Hi,
That's the pagination of products listings. If you don't need pagination on your products / categories listings, there is a "pagination" setting which you can turn off in the HikaShop configuration page.
Otherwise, if you only want to hide the pagination on some listings and not others, then you would need to add custom CSS.
For example, to hide it only on your URL, you could add such CSS on your website:
#hikashop_category_information_menu_643.hikashop_category_listing_804 .hikashop_products_pagination {
display: none;
}