WooCommerce products by default show ‘description‘ and ‘reviews‘ tabs below the product on a WordPress product page, you can hide these tabs from view as well as a third tab ‘additional information‘ with a snippet of code that goes in your themes functions.php file
As well as remove the tabs you can rename the heading in the tabs with this snippet
You can also re-order the tabs with this snippet
Here is a guide on adding extra tabs.