If you want to remove the icons in all type of callouts, you can use this generic css:
.callout-icon {
display: none;
}
If you want to remove the icons in all type of callouts, you can use this generic css:
.callout-icon {
display: none;
}