Remove recipe Diamond Shovel & leggins

I have problem when removing those things every other diamond thing works important information I am using 1.17.1 I used website: https://crafting.thedestruc7i0n.ca

Shovel:

{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        {
            "item": "minecraft:diamond"
        },
        {
            "item": "minecraft:stick"
        },
        {
            "item": "minecraft:stick"
        }
    ],
    "result": {
        "item": "minecraft:diamond",
        "count": 1
    }
}

Leggings:

{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "# #",
        "# #"
    ],
    "key": {
        "#": {
            "item": "minecraft:diamond"
        }
    },
    "result": {
        "item": "minecraft:diamond",
        "count": 7
    }
}
Continue to help post