You can remove a bar highlight from a chart by calling ChartChange() with
// Remove the highlight which contains/spans the specified date
Framework.ChartChange({
mode: "active", // or "all", or "single" plus a .chartId value
command: "remove-bar-highlight",
date: 1778072400000
});