I also stopped the particles, but instead of just copying and pasting the commands everywhere I created the following function:
func stop_booster_particles() → void:
booster_particles.set_emitting(false)
boost_particles_left.emitting = false
boost_particles_right.emitting = false
Then in both crash_sequence(): and complete_level():
stop_booster_particles()