If You want to Remove or Disable “Estimate Shipping and Tax” from cart page in Magento.
Then remove following code from:
/app/design/frontend/your_package/yourtheme/layout/checkout.xml
Locate this piece of code on line 89:
<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
Comment it out using <!–.....................…–> like:
Now, refresh the shopping cart page, you will no longer see the ‘Estimate Shipping and Tax’ block.