How do I remove the whole \"Promo\" menu item from the Admin menu? It seems to be no separate module.
Method 1 - Using local.xml
Open /app/etc/local.xml and add the 'adminhtml' tag below
.....
....
Method 2 - Creating a Custom Module
Create /app/code/local/MagePal/RemovePromoMenu/etc/config.xml
0.9.5
Create /app/etc/modules/MagePal_RemovePromoMenu.xml
true
local
@dsueiro Removing an Item from Magento's Admin Panel Navigation