remove_task
I think that explains it pretty good.
It will simply stop a set_task.
Code:
set_task(15.0, "my_task", id)
// 10 secs later
remove_task(id)
// my_task gone :O
Actually remove_task will remove ALL set_tasks unless you give your set_task a special id.