How can I successfully remove SKU from the product page?

for this, go to theme>theme product-template. liquid > open the file>find this code {% if product.sku %}

SKU: {{ product.sku }}

{% endif %} and simply remove this code and save the file