Q: How to uninstall?
A: Disable the mod using the global setting, then save, remove the mod, and reload. Otherwise some players might still be running faster than normal.
Alternatively, you can use this console command to reset everything to default:
/c for _, player in pairs(game.players) do if player.character then player.character_running_speed_modifier = 0 end end