The current value of a people picker can be obtained as shown here. It would be nice if clearing the field was a simple as something like this: NWF$("#" + peoplePicker).val("").
How can the value of a people picker be removed and emptied using jquery?