You can use ChartChange() to hide a chart's deal ticket, using command: "hide-deal-ticket". For example:
Framework.ChartChange({
mode: "active", // or "all", or "single" plus a .chartId value
command: "hide-deal-ticket"
});