In your example, it would simply be “CreativeProp.Dispose()”
Same as you would use the “MoveTo”
If you want a separate function to despawn it, you would have to save the reference at the top of the class so you can access it there (or pass it through the function).