Hi, my algorithm runs schedule everyday to add a different set of equities based on a predefined mapping of {date : list of symbols}. Right now it keeps adding equities each day as long as the live session keeps running. But since the algorithm only need the set of equities for the current day, it doesn't need the ones added in previous days. Is there any way to remove the equities added previously since the current approach consumes more and more CPU and memory unnecessarily? I don't seem to find such API to remove equities. Many thanks!