How to remove breadcrumbs from frontend product pages?

You need to remove the breadcrumbs block from the layout:

You can do it in your custom module: add the following rule to your custom catalog_product_view.xml file:

<referenceBlock name='breadcrumbs' remove='true' />