Fastest way to do it is before to:
- Set your projectile Mesh to Hidden, and disable its collision, which will make the player think the projectile is gone
- Use the Deactivate function on your emitter which will stop it from spawning new particles but will keep the old ones until they fade
- Add a delay to give the particle effect some time to fully deactivate
- Destroy your projectile