When you spawn a sound you are returned an Audio Component Object reference. You need to store this in a variable so that later when you decide to stop the sound, you can call the Stop function on it.
For example in the attached screenshot (It looks like you’re using “Spawn Sound at Location”), I call Stop on the Audio Component Object reference.