Respostas:
No seu arquivo local.xml, adicione o seguinte. Isso deve remover o bloco.
<checkout_cart_index>
<remove name="checkout.cart.shipping" />
</checkout_cart_index>
Marque isso e coloque no arquivo local.xml do seu tema
<?xml version="1.0" encoding="UTF-8" ?>
<layout>
<checkout_cart_index>
<reference name="content">
<remove name="checkout.cart.shipping"/>
</reference>
</checkout_cart_index>
</layout>
Remova o seguinte código do arquivo abaixo.
app / design / frontend / your_package / yourtheme / layout / checkout.xml
<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
Finalmente, limpe o cache no painel de administração.