self (makes chaining easier)
Version:
GreenSock Docs
Timeline
.removeLabel()
.removeLabel( labels:String ) : *
Removes a label from the timeline and returns the time of that label.
Parameters
labels: String
The name of the label to remove.
Returns : *

Details
Removes a label from the timeline and returns the time of that label. You could also use the `remove()` method to accomplish the same task.