Hello,
Unfortunately, there is no such option and this is requested additional customization in files.
If you do not want to see product tags in this position, you may hide them, add css code in Theme Options > Styling > Custom css:
.single-product .product-information .product_meta {
display: none;
}
Regards