How to remove free shipping bar from cart view

So this is the correct section ? :

I tried pasting that code but not sure if I put it in the correct spot.

Below is original code

{% if settings.favicon != blank %}

{% endif %}

{% capture seo_title %}
{{ page_title }}
{% if current_tags %}
{%- assign meta_tags = current_tags | join: ', ’ %} – {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{% endif %}
{% if current_page != 1 %}
– {{ ‘general.meta.page’ | t: page: current_page }}
{% endif %}
{% unless page_title contains shop.name %}
– {{ shop.name }}
{% endunless %}
{% endcapture %}

{{ seo_title }}

{% if page_description %}

{% endif %}
{% include ‘social-meta-tags’ %}
{% include ‘icon-fonts’ %}
{% include ‘nov-head-css’ %}
{% include ‘nov-head-js’ %}
{{ content_for_header }}

{{ 'general.accessibility.skip_to_content' | t }} {% section 'nov-header' %} {{ content_for_layout }} {% section 'nov-footer' %}
{{ 'layout.mainmenu.title_box_mobile' | t }}
{% include 'nov-formsearch' %}

{% include ‘nov-stickymenu-mobile’ %}

{% include ‘nov-popup-newsletter’ %}

×
{% form 'create_customer' %}
{{ 'customer.register.title' | t }}
{{ 'customer.register.sub_title' | t }}
{{ form.errors | default_errors }}
{{ 'customer.register.checkbox_newsletter' | t }}
{% endform %}
{% form 'customer_login' %}
{{ 'customer.login.log_in' | t }}
{{ 'customer.login.title_form' | t }}
{% if form.password_needed %} {% endif %}
{% endform %}
{{ 'customer.recover_password.title' | t }}
{% form 'recover_customer_password' %}

{{ form.errors | default_errors }}

{% if form.posted_successfully? %}

{% endif %}

{{ 'customer.recover_password.cancel' | t }}
{% endform %}

{% if settings.wishlist_enable %}
{% include ‘nov-popup-wishlist’ %}
{% endif %}

{% unless customer %}

You must be logged in to manage your wishlist.

Login in here
{% endunless %}

{% if settings.show_multiple_currencies == true %}
{% include ‘nov-currency’ %}
{% endif %}

{{ ‘nuranium.js’ | asset_url | script_tag }}