How do I remove and validate Shogun code?

Hi everyone, I’m having a tough time removing this shogun code, I’ve been trying to use a validator but i can’t seem to remove the shogun code without errors.. I’ve been following this guide: https://getshogun.com/help/en/articles/1525103-how-do-i-remove-shogun-code-from-my-shopify-theme#h_c16db5d163

If there’s anyone who could help me out by removing the shogun coding & having it validated that would be amazing!

Thank you! :heart:

{
  "sections": {
    "shogun-helper": {
      "type": "shogun-helper",
      "settings": {
      }
    },
    "shogun-above": {
      "type": "shogun-above",
      "settings": {
      }
    },
    "main": {
      "type": "collection-template",
      "blocks": {
        "47566ec4-d153-49cf-84a6-2901f86adc55": {
          "type": "faceted_filtering",
          "settings": {
          }
        }
      },
      "block_order": [
        "47566ec4-d153-49cf-84a6-2901f86adc55"
      ],
      "settings": {
        "featured_collection_image": false,
        "wide_display": true,
        "mobile_image_crop": "none",
        "caption_content_background": "original",
        "display_collection_title": true,
        "collection_breadcrumb": true,
        "collection_tags": false,
        "collection_sort": true,
        "products_per_row": 4,
        "pagination_limit": 48,
        "toggle": true
      }
    },
    "shogun-below": {
      "type": "shogun-below",
      "settings": {
      }
    }
  },
  "order": [
    "shogun-helper",
    "shogun-above",
    "main",
    "shogun-below"
  ]
}