having an issue removing ice behind the player without removing Ice that the player is standing on

here is my code

remove_ice_back.mcfunction

execute at @s run say Clearing back ice
execute at @s run fill ~1 ~-10 ~1 ~-25 ~-2 ~-25 minecraft:air replace blue_ice

schedule function entity_status:remove_standing_ice 6t```

spawn_ice.mcfunction
```execute at @s run fill ~-2 ~-1 ~-2 ~1 ~-1 ~1 minecraft:blue_ice replace air
execute as @s run function cooldowns:icelance_timer
execute as @s run function entity_status:remove_ice_back
# Force the player to jump by teleporting them upwards```

I have already made sure it is running as the player the only problem is that I can't figure out the coordinates that will work for this function
Continue to help post