You can entirely remove it with some CSS. Example as follows.
Code:
.gjGroupEventContainer .cbMoreLessContent {
max-height: none !important;
}
.gjGroupEventContainer .cbMoreLessOpen {
display: none;
}
Large event details will scroll the page horrendously though so I don't really recommend getting rid of the usage.