Well, you have to have a variable that you change over time and then assign it to the effect - the effect itself is "dumb" and does not remember any values, just what you pass to it.
Say:
NoiseStrength = 100
Every tick: NoiseStrenght - dt*100, set effect Noise param 0 to NoiseStrength
Would make the noise disappear within a second.