To remove the block "ESTIMATE SHIPPING AND TAX" on the Shopping Cart page, you need:
1. Open a file:
/app/design/frontend/[package]/[theme]/template/checkout/cart.phtml
If this file does not exist, please copy it to the location from here:
/app/design/frontend/base/default/template/checkout/cart.phtml
2 Find the line (or similar)
<? php if (! $ this-> getIsVirtual ()): echo $ this-> getChildHtml ('shipping'); endif;?>
3 Remove this line!