Magento CE How to Remove "Product Tags" from Product Pages RWD
Please note that this post is over a year old and may contain outdated information.
This assumes you're using a custom package/theme that is based on RWD or is using RWD as its parent. If not, you can learn more about doing so here.
In your custom package/theme, create an empty list.phtml file and put it in the following location:
This file will override RWD's list.phtml and remove the "Product Tags" element from product pages.
In your custom package/theme, create an empty list.phtml file and put it in the following location:
\app\design\frontend\YOUR_PACKAGE\YOUR_THEME\template\tag\list.phtml
This file will override RWD's list.phtml and remove the "Product Tags" element from product pages.